.w100 {width:100%;height:auto; margin:0 auto;}
.w-bg1{background: url('../img/c1.jpg') 0 center no-repeat; background-size: 100% 100%;}
.w-bg2{background: url('../img/c2.jpg') 0 center no-repeat; background-size: 100% auto;}


.skin-white {padding-top: 80px;}
.container-toplink{opacity: 0; position: relative;padding:0 15px;}
.toplink .list-links{height:50px; line-height: 50px; margin-bottom: 0;}
.toplink .list-links a+a:before {padding-right:9px;color: #ccc;content: "\007C";}
.toplink .list-links a:last-child{margin-right: 0;}

.toplink .tel{color: rgba(48,138,226,1);position: absolute;right: 15px; top:10px;}
.toplink .tel .fa{font-size:30px; padding: 10px 10px 0 0;}
.toplink .tel h2{ margin: 0;font-size:28px; }
.toplink .tel p{ margin: 0;color: #333333;}

.toplink .collapse-toplink{width:100px; margin: 0 auto; text-align: center;height:50px;line-height: 50px;}


.navbar-inverse .navbar-nav > li > a {color: #caced2;}

.navbar-white {background-color: #fff;box-shadow: 0 1px 8px rgba(190, 190, 190, 0.9);}
.navbar-white .navbar-collapse{position: relative;}
.navbar-white .dropdown-menu {border-radius: 5px;-webkit-box-shadow: 4px 7px 10px 0px rgba(83, 88, 93, 0.05);-moz-box-shadow: 4px 7px 10px 0px rgba(83, 88, 93, 0.05);box-shadow: 4px 7px 10px 0px rgba(83, 88, 93, 0.05);}
.navbar-white .dropdown-menu{min-width:100%;text-align: left;}

.container-fluid{position: relative;}
.navbar-inverse .navbar-nav .dropdown:hover > a {color: #fff;background-color: transparent;}

.navbar {border: none; margin-bottom: 0px; z-index: 1030;}
.navbar-header .navbar-toggle{font-size: 18px;padding:5px 7px; margin-top: 11px; border: none; text-align: right;float: right;}

.navbar-nav li > a {font-size: 14px;}
.navbar-nav li > a h5 {overflow: hidden;text-overflow: ellipsis;}
.navbar-nav > li > a {font-size: 17px;padding:15px 15px;}
.navbar-nav ul.dropdown-menu {border-top: none;}
.navbar-nav ul.dropdown-menu > li.active > a {color: #007bff;background-color: #f5f5f5;}
.navbar-nav ul.dropdown-menu > li > a {padding: 8px 20px;}
.navbar-brand {padding: 10px 15px;}

.navbar-nav .dropdown.dropdown-depart{ position: unset;}
.navbar-nav .dropdown.dropdown-depart ul.dropdown-menu{width:100%;}
.navbar-nav .dropdown.dropdown-depart ul.dropdown-menu.dropdown-menu-depart{margin:0; padding-top: 10px;}
.navbar-nav .dropdown.dropdown-depart ul.dropdown-menu.dropdown-menu-depart li{ margin-bottom: 7px;}
.navbar-nav .dropdown.dropdown-depart ul.dropdown-menu.dropdown-menu-depart li a{display:inline-block;padding:0 10px; border:unset; font-size: 15px; line-height: 186%;}
.navbar-nav .dropdown.dropdown-depart ul.dropdown-menu.dropdown-menu-depart li a.depart{display:inline-block; background: unset; font-size: 15px; font-weight: 600;}
.navbar-nav .dropdown.dropdown-depart ul.dropdown-menu.dropdown-menu-depart li a.depart img{height:14px;width:auto;margin-top:-3px;margin-right: 7px;}
.navbar-nav .dropdown.dropdown-depart ul.dropdown-menu.dropdown-menu-depart li a.depart .fa{padding-left:3px;}

.dropdown-submenu {position: relative;}
.dropdown-submenu > .dropdown-menu {top: 0;left: 100%;margin-top: 0;margin-left: -1px;-webkit-border-radius: 3px 0 3px 3px;-webkit-background-clip: padding-box;-moz-border-radius: 3px 0 3px 3px;-moz-background-clip: padding;border-radius: 3px 0 3px 3px;background-clip: padding-box;}
.dropdown-submenu:hover > .dropdown-menu {display: block;}

.dropdown-submenu > a:after {display: block;content: " ";float: right;width: 0;height: 0;border-color: transparent;border-style: solid;border-width: 5px 0 5px 5px;border-left-color: #ccc;margin-top: 5px;margin-right: -10px;}
.dropdown-submenu.pull-left {float: none;}
.dropdown-submenu.pull-left > .dropdown-menu {left: -100%;margin-left: 10px;-webkit-border-radius: 3px 0 3px 3px;-webkit-background-clip: padding-box;-moz-border-radius: 3px 0 3px 3px;-moz-background-clip: padding;border-radius: 3px 0 3px 3px;background-clip: padding-box;}

.navbar-collapse.collapse.in .navbar-nav .dropdown-submenu .dropdown-menu > li > a {padding-left: 45px;}


.navbar .navbar-form {position:relative;margin: 0;margin-top:31px;padding:0;border-top: none;border-bottom: none;}
.navbar .form-search input[type=search] {position:absolute;right:0;-webkit-appearance: textfield;font-family: inherit;font-size: 100%;}
.navbar .form-search input::-webkit-search-decoration,
.navbar .form-search input::-webkit-search-cancel-button {display: none;}
.navbar .form-search input[type=search] {background: url('../img/search.png') no-repeat 10px center;background-size: 18px 18px;border-color: transparent;padding: 6px 10px;width: 34px;
  -webkit-background-clip: padding-box;-moz-background-clip: padding;background-clip: padding-box;
  -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;
  height: inherit;cursor: pointer;box-shadow: none;color: transparent;
}
.navbar .form-search input[type=search]:hover {background-color: #fff;}
.navbar .form-search input[type=search]:focus {border-color: #007bff;width: 280px;padding-left: 32px;color: #000;background-color: #fff;cursor: auto;-webkit-box-shadow: 0 0 5px #99caff;-moz-box-shadow: 0 0 5px #99caff;box-shadow: 0 0 5px #99caff;}
.navbar .form-search input[type=search]:focus::-moz-placeholder {color: #999;}
.navbar .form-search input[type=search]:focus::-webkit-input-placeholder {color: #999;}
.navbar .form-search input::-moz-placeholder {color: transparent;}
.navbar .form-search input::-webkit-input-placeholder {color: transparent;}


/*#content-container{width:1600px;}*/

.banners{width:auto;  margin:0 -15px;}
.swiper-slide a{display:block;width:100%;}
.swiper-slide .img-zoom{width:100%; display: block;}
.swiper-slide .img-zoom img{width:100%;height:auto;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 15px;left: 0;width: 100%;}

.swiper-pagination-bullet{background:rgba(255,255,255,.8);opacity:1}
.swiper-pagination-bullet-active{background-color:rgba(255,0,0,1);}

.swiper-button-prev,.swiper-button-next{display:none;width:50px;height:70px;background: rgba(0,0,0,.2);padding:15px; border-radius: 5px; background-size:70% 70%; background-position: 40% 40%; background-repeat: no-repeat;}
.swiper-button-prev{border-top-left-radius:0;border-bottom-left-radius:0;left:0;}
.swiper-button-next{border-top-right-radius:0;border-bottom-right-radius:0;right:0;}
.swiper-button-prev:hover,.swiper-button-next:hover{background-color: rgba(0,162,255,.6); color: #fff;}
.swiper-container:hover .swiper-button-prev,.swiper-container:hover .swiper-button-next{display:block;}

.swiper-container2 .swiper-slide a h2{ box-sizing: border-box;display:block; position: absolute; bottom: 0px;width:100%; margin:0;padding:0 10px; background: rgba(0,0,0,.6);line-height: 40px;color:#fff; font-size:16px;white-space:nowrap;overflow: hidden;text-overflow: ellipsis;}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination2{width:30%;left:70%;}
.swiper-pagination2 .swiper-pagination-bullet{width:10px;height:10px;}
.swiper-button-prev2,.swiper-button-next2{width:30px;height:45px;background-color: rgba(0,0,0,.6)}


.swiper-container3 .swiper-slide{width:16.66%; padding:0 15px;}
.swiper-container3 .swiper-slide a{display: block;}
.swiper-container3 .swiper-slide a img{width:100%;height:auto;}
.swiper-container3 .swiper-slide a h2{ box-sizing: border-box;display:block; width:100%; margin:0;padding:0 15px;line-height: 40px;font-size:16px;white-space:nowrap;overflow: hidden;text-overflow: ellipsis; text-align: center;}
.swiper-container3 .swiper-slide a h2 span{float: right;display: none}
.swiper-container3 .swiper-slide .article-intro{color:#999999;overflow: hidden;text-overflow: ellipsis; -webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 3;}

.swiper-pagination3{width:100%;margin-left: 20px; text-align: center; margin-top: 15px;}
.swiper-pagination3 .swiper-pagination-bullet{background:rgba(0,114,206,1);opacity:1; margin-right: 10px;}
.swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active{background:rgba(255,0,0,1);}

.swiper-button-prev3,.swiper-button-next3{width:30px;height:45px; margin-top:-45px;background-color: rgba(0,0,0,.6)}
.swiper-button-prev3{border-top-left-radius:0;border-bottom-left-radius:0;left:15px;}
.swiper-button-next3{border-top-right-radius:0;border-bottom-right-radius:0;right:15px;}


.swiper-container4 .swiper-slide{width:16.66%; padding:0 15px;}
.swiper-container4 .swiper-slide a{display: block;}
.swiper-container4 .swiper-slide a img{width:100%;height:auto;}
.swiper-container4 .swiper-slide a h2{ box-sizing: border-box;display:block; position: absolute; bottom: 0px;width:100%; margin:0;padding:0 15px; background: rgba(0,0,0,.5);line-height: 40px;color:#fff; font-size:16px;white-space:nowrap;overflow: hidden;text-overflow: ellipsis; text-align: left;}
.swiper-container4 .swiper-slide a h2 span{float: right;}

.swiper-pagination4{width:100%;margin-left: 20px; text-align: center; margin-top: 15px;}
.swiper-pagination4 .swiper-pagination-bullet{background:rgba(0,114,206,1);opacity:1; margin-right: 10px;}
.swiper-pagination4 .swiper-pagination-bullet.swiper-pagination-bullet-active{background:rgba(255,0,0,1);}

.swiper-button-prev4,.swiper-button-next4{width:30px;height:45px;background-color: rgba(0,0,0,.6)}
.swiper-button-prev4{border-top-left-radius:0;border-bottom-left-radius:0;left:15px;}
.swiper-button-next4{border-top-right-radius:0;border-bottom-right-radius:0;right:15px;}

/*importantdepart*/

.importantdepart{display: flex; display: -webkit-flex; flex-wrap: nowrap;background-color: #fff; border-top: 1px solid rgba(0,0,0,.1); border-left: 1px solid rgba(0,0,0,.1);}
.importantdepart li{ display: flex;display: -webkit-flex;flex-basis: 100%; text-align: center;box-sizing: border-box; border-right: 1px solid rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.1);}
.importantdepart .ul_top_box{ background-color:  rgba(0,162,255,1);padding:15px; color: #fff;}
.importantdepart .ul_top_box h2{font-size: 22px;padding:10px 0; margin: 0;}
.importantdepart .ul_top_box h4{font-size: 14px;padding:4px 0; margin: 0;color: #ddd;}
.importantdepart li a{display: inline-block; box-sizing: border-box;width:100%;padding:20px 15px;text-align: center; }
.importantdepart li:nth-last-child(2){display: none;}
.importantdepart li:nth-last-child(1){display: none;}

.importantdepart li a .img{ margin-bottom: 15px;}
.importantdepart li a .img img{height:34px; width: auto;}
.importantdepart li a .tit { font-size: 15px;  margin: 0;}
.importantdepart li a:hover{background-color: rgba(0,0,0,.1);}

.improtantsymptom{padding:15px 0;}
.improtantsymptom li{float:left; line-height: 26px;}
.improtantsymptom li.ul_top{ color:rgba(0,162,255,1); font-size: 16px; font-weight: 400;}
.improtantsymptom li.ul_top .fa{margin-right: 5px;}
.improtantsymptom li a{font-size: 16px; line-height: 26px; padding:0 10px;}


.h-fastlink{ margin-bottom: 0;}
.h-fastlink .item{padding:0 0 0 15px;margin-bottom: 20px;}
.h-fastlink .item a{display: block;border-bottom: 5px solid #fff;padding:15px 0;}
.h-fastlink .item a .fastlink-img{margin:0 auto;width: 55px;line-height: 59px; background-size: 100% 100%; text-align: center; }
.h-fastlink .item a .fa{font-size: 46px;}
.h-fastlink .item a .fastlink-caption h3{margin-top:7px;margin-bottom: 5px;text-align: center;font-size: 16px; font-weight: 400;}
.h-fastlink .item:nth-child(1) a{border-color: #2054b4;color:#2054b4;background-color:#d2ddf0;}
.h-fastlink .item:nth-child(2) a{border-color: #ffa472;color:#ffa472;background-color:#ffede3;}
.h-fastlink .item:nth-child(3) a{border-color: #6cae9c;color:#6cae9c;background-color: #e2efeb;}
.h-fastlink .item:nth-child(4) a{border-color: #546fe2;color:#546fe2;background-color:#dde2f9;}
.h-fastlink .item:nth-child(5) a{border-color: #546fe2;color:#546fe2;background-color: #dde2f9;}
.h-fastlink .item:nth-child(6) a{border-color: #e56777;color:#e56777;background-color:#fae1e4;}
.h-fastlink .item a:hover{color:#ffffff;}
.h-fastlink .item:nth-child(1) a:hover{background-color: #2054b4;}
.h-fastlink .item:nth-child(2) a:hover{background-color: #ffa472;}
.h-fastlink .item:nth-child(3) a:hover{background-color: #6cae9c;}
.h-fastlink .item:nth-child(4) a:hover{background-color: #546fe2;}
.h-fastlink .item:nth-child(5) a:hover{background-color: #546fe2;}
.h-fastlink .item:nth-child(6) a:hover{background-color: #e56777;}

.h-fastlink.sidebar-fastlink {margin-left: -15px;}


.index-ul{list-style: none;padding: 0;margin: 0 -15px;}
.index-ul li{ margin-bottom: 15px;-webkit-animation:indexulshow .3s forwards;animation:indexulshow .3s forwards}
.index-ul li a{display: block;position: relative;}
.index-ul li a h3{font-size: 15px; margin: 0; line-height: 28px; height: 56px;word-wrap: normal; text-overflow:ellipsis; text-align:center;overflow: hidden;}
.index-ul li:first-child a h3{text-align: left;line-height: 36px; height:36px;}
.index-ul li a img{width:100%;height: 100%}
.index-ul li a span{display:block;font-size: 12px;text-align: right; color: #999;}


.index-ul li a .article-intro{height:60px;margin-bottom:0;font-size:14px;color: #999999; text-indent: 28px;word-wrap: normal; text-overflow:ellipsis;overflow: hidden}


.index-list.panel-default > .panel-heading {border-bottom: 1px solid #d5d5d5;}
.index-list.panel-default > .panel-heading .panel-title {font-size: 20px;}
.index-list.panel-default > .panel-heading .panel-title .fa{margin-right:7px;color:#888;}
.index-list.panel-default > .panel-heading small {font-weight: normal;color: #afb0b2;font-size: 16px;padding-left: 10px;}
.index-list.panel-default > .panel-heading .more .fa{font-size: 24px;color: #999;}
.index-list.panel-default > .panel-heading .more:hover .fa{color:#007bff; }

.index-list .inner-list{margin-bottom: 0;}
.index-list .inner-list li {margin-bottom: 5px;padding-right: 50px;height: 38px;line-height: 38px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: relative;}
.index-list .inner-list li:last-child{margin-bottom: 0;}
.index-list .inner-list li a {font-size:16px;color: #616161;}
.index-list .inner-list li a:hover {color: #007bff;}
.index-list .inner-list li a .fa{padding-right: 7px;}
.index-list .inner-list li span {position: absolute;right: 0;color: #999;}

.index-list .link_list a{display: inline-block;width:100%; background:rgba(255,255,255,1); border-radius: 7px; padding: 10px 0;  color: #666; margin-bottom: 15px; text-align: center;}
.index-list .link_list a i{display: block;font-size:34px;}
.index-list .link_list a img{height:34px;width:auto;}
.index-list .link_list a span{ display: block; margin-top: 10px; text-align: center; line-height: 18px;}
.index-list .link_list a:hover{background:rgba(0,0,0,.3);color: #fff;}

.videoindexlist .mb-4:last-child{margin-bottom: 0;}


/*sub-banner*/
.sub-banner{width:100%;max-height:200px; overflow: hidden;}
.sub-banner img{width:100%;height:auto; opacity: .7}


.panel-default > .panel-heading div.more {top:unset;bottom:15px;}

.panel-heading .channellist{padding:10px 0 0 0; background: #ffffff;}
.panel-heading .channellist a{display:inline-block;padding:5px 0; margin: 0 10px;  white-space: nowrap}
.panel-heading .channellist a.active,
.panel-heading .channellist a:hover{color:#007bff; border-bottom:2px solid #007bff; }

.depart-list .article-item{padding:0 10px;margin-bottom: 20px;}
.depart-list .media .media-left{ text-align: center; display: inline-block;width:100%;}
.depart-list .media .media-left a{width:100%;padding:20px 0;  border:1px solid rgba(0,0,0,.3); border-radius:7px;}
.depart-list .media .media-left a img{height:40px;}
.depart-list .media .media-left a .article-title{padding-top: 15px;}
.depart-list .media .media-left a:hover{ border-color: #007bff; background-color: rgba(0,0,0,.1)}

.depart-list .article-item.child-item{ border: none;}
.depart-list .article-item.parent-item{padding:20px 0;margin-left: 15px;}

.expert-list .article-item{border-bottom:none;padding:0;}
.expert-list .article-item .article-title{padding-bottom:10px; margin-bottom:10px;border-bottom:1px solid #efefef;}

.article-text a.article-text-more{ display: block; text-align: right; margin-right: 15px; border-bottom:none;}
.article-text .article-text-img img{margin:15px 15px 15px -15px;border:1px solid rgba(100,100,100,.1); border-radius: 5%;}

.depart_symptom_list{}
.depart_symptom_list li{display: inline-block;margin-bottom: 15px; margin-right: 15px;}
.depart_symptom_list li a{display: block;padding:5px 20px;font-size:16px; border-radius: 7px; background-color: #007bff; color: #ffffff; border:1px solid rgba(255,255,255,.4);}
.depart_symptom_list li a .fa{margin-right: 10px;}
.depart_symptom_list li a.hot{background-color: #ff7900;}
.depart_symptom_list li a:hover{background-color: #ff7900;}

.entry-meta-disease ul {border:none;margin-bottom:10px;}
.entry-meta-disease ul li{font-size:16px;line-height:34px;padding-bottom:7px;border-bottom:1px dashed rgba(100,100,100,.1);}
.entry-meta-disease ul li span{color:#999999;margin-right:7px;}

.panel-disease{border-top:1px solid rgba(100,100,100,.3);border-left:1px solid rgba(100,100,100,.3);}
.panel-disease .panel-disease-title{background:rgba(100,100,100,.1);border-right:1px solid rgba(100,100,100,.3);border-bottom:1px solid rgba(100,100,100,.3);}
.panel-disease .panel-disease-title .panel-title span{line-height: 100px;}
.panel-disease .panel-disease-title.panel-disease-title-card{min-height:286px;}
.panel-disease-body{border-right:1px solid rgba(100,100,100,.3);border-bottom:1px solid rgba(100,100,100,.3);}
.entry-meta-disease{min-height: 100px;padding:15px 0;font-size: 16px;}
.entry-meta-disease .product-item .card{height:255px;min-height:255px; margin-bottom:0;}


footer {padding: 0;background: #1f2730;color: #fff;}
footer a {color: #fff;}
footer a:hover {color: #b5b8ba;}

.footer-inner {padding: 2em 0;}
.footer-inner .copyright {margin-bottom: 20px !important;line-height: 1.5;}
.footer-inner .footer-logo a {padding: 15px 0;background: none;font-size: 40px;font-weight: 700;}
.footer-inner .footer-logo a img{max-height:60px;}
.footer-inner .footer-logo a:hover img{opacity: 0.7;}

.footer-inner .list-unstyled{margin-left: 0;}
.footer-inner .list-unstyled li{line-height: 30px;}
.footer-inner .list-unstyled li .fa{margin-right: 5px;color: #c1c1c1;}

.footer-inner .links {padding: 0;margin: 0 0 20px 0;}
.footer-inner .links li {list-style: none;padding: 5px 0;}
.footer-inner .links li a:hover {text-decoration: underline; }

.footer-inner .footer-social {text-align: right;margin-top: 30px;}
.footer-inner .footer-social a {display:inline-block;margin:0 0 0 30px;margin-bottom: 10px;font-size: 16px; text-align: center;}
.footer-inner .footer-social a img{width:150px;height: 150px; border: 4px solid #ffffff;border-radius: 4px;}
.footer-inner .footer-social a p{margin-top: 10px;}

.footer-btn{display: none;}

.breadcrumb>li+li:before {padding: 0;color: #ccc;content: "";}
.breadcrumb>li+li+li:before {padding: 0 3px;color: #ccc;content: "/\00a0";}


@media (hover: hover) {
  .dropdown a:hover + .dropdown-menu {display: block;margin-top: 0;box-shadow: 4px 7px 10px 0px rgba(190, 190, 190, 0.9);}
}
.alert-paid {margin: 10px 0;text-align: center;}
.alert-paid a {color: #f39c12;}


@media (min-width: 1600px){
  .container {width: 1440px;}
}

@media (max-width:1600px){
  .home-news-list li:last-child{display: none;}
  .h-fastlink .item{ margin-bottom: 15px;}
  .h-fastlink .item a .fastlink-img{line-height: 51px;}
  .h-fastlink .item a .fa{font-size: 40px;}
  
  .panel-disease .panel-disease-title.panel-disease-title-card{min-height:256px;}
  .entry-meta-disease .product-item .card{height:210px;min-height:225px; margin-bottom:0;}
}

@media (min-width: 1400px) and (max-width: 1600px){
  .container {width: 1300px;}
  .navbar-nav > li > a {font-size: 17px;padding:15px 10px;}

  .h-fastlink .item{ margin-bottom: 15px;}
  .h-fastlink .item a{padding:15px 0;}
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .navbar-nav > li > a {font-size: 16px;padding:15px 7px;}
  .index-list .inner-list li {height: 32px;line-height: 32px;}
  .index-list .inner-list li a {font-size:15px;}

  .h-fastlink .item{margin-bottom: 15px;}
  .h-fastlink .item a{padding:10px 0;}
  .h-fastlink .item a .fastlink-img{line-height: 40px;}
  .h-fastlink .item a .fa{font-size: 40px;}
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-default .navbar-brand {height: 70px;}
  .navbar-default .navbar-nav > li > a {height: 60px; margin-top:10px;}
  .navbar-white .navbar-nav > li > a {height: 60px; margin-top:10px;}
  .navbar-default .navbar-brand:last-child{display: none;}
  .navbar .navbar-form {margin-top:31px;}
  .navbar-nav > li > a {font-size: 16px;padding:15px 7px;}

  .index-list .inner-list li {height: 26px;line-height: 26px;}
  .index-list .inner-list li a {font-size:14px;}

  .h-fastlink .item{ margin-bottom: 10px;}
  .h-fastlink .item a{padding:10px 0;}
  .h-fastlink .item a .fastlink-img{line-height: 34px;}
  .h-fastlink .item a .fa{font-size: 34px;}
  .h-fastlink .item a .fastlink-caption h3{margin:5px 0;}

}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-brand {height: 70px;}
  .navbar-default .navbar-nav > li:first-child,.navbar-default .navbar-nav > li:last-child{display: none;}
  .navbar-default .navbar-nav > li > a {height: 60px; margin-top:10px;}
  .navbar-white .navbar-nav > li > a {height: 60px; margin-top:10px;}
  .navbar-default .navbar-brand:last-child{display: none;}
  .navbar .navbar-form {margin-top:21px;}
  .navbar-nav > li > a {font-size: 16px;padding:15px 5px;}
  .navbar-nav li >  a .caret {display: none;}

  #toplink{display: none;}
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {display: block;}
  .link_list .col-md-1{padding:0 10px;}
  .index-ul li.col-lg-4 a h3,
  .index-ul li.col-md-6 a h3{height:36px;font-size:20px;font-weight: 400;}
  .index-ul li a .article-intro{height:60px;margin-bottom:0;}
}

@media (max-width: 1200px) {
  .navbar-header {width: 60px;overflow: hidden;}

  .importantdepart{ flex-wrap: wrap;}
  .importantdepart li{ width:20%;flex-basis: auto;}
}
@media (max-width: 991px) {
  .videoindexlist{margin-top: 15px;margin-left: -15px;margin-right: -15px;}
  .videoindexlist .mb-4{box-sizing: border-box; width:33%;padding:0 15px;float: left;}
  .index-ul li:last-child{display: none;}

  .panel-disease .panel-disease-title.panel-disease-title-card{min-height:50px;}
  .panel-disease .panel-disease-title.panel-disease-title-card .panel-title span{line-height: 50px;}
}

@media (min-width: 768px) {
  .navbar-default .navbar-brand {height: 80px;line-height: 27px;}
  .navbar-default .navbar-brand:last-child{padding-left: 0;}
  .navbar-default .navbar-nav > li > a {height: 60px; margin-top:20px;line-height: 27px;}
  .navbar-white .navbar-nav > li > a {height: 60px; margin-top:20px;line-height: 27px;color: #333;}
  .navbar-white .navbar-nav > li > a:hover,
  .navbar-white .navbar-nav > li > a:focus {color: #007bff;}
  .navbar-white .navbar-nav > .active > a,
  .navbar-white .navbar-nav > .active > a:hover,
  .navbar-white .navbar-nav > .active > a:focus {background-color: inherit;color: #007bff;}
}

@media (max-width: 767px) {

  .main-content > .container{padding:0 15px;}

  .skin-white {padding-top: 60px;}
  .container-toplink{display: none;}
  .navbar-header {width:auto;overflow: hidden;}
  .navbar-default .navbar-nav > li:first-child,.navbar-default .navbar-nav > li:last-child{display: block;}
  .navbar-nav > li >  a .caret {display: inline-block;}
  .navbar-nav > li > a {font-size: 16px;}
  .navbar-brand {padding: 7px 15px;height:60px;}

  ul.dropdown-menu {position: relative;width: 100%; }
  ul.dropdown-menu .open > a,
  ul.dropdown-menu .open > a:hover,
  ul.dropdown-menu .open > a:focus {background: none;color: #9d9d9d;}
  ul.dropdown-menu > .dropdown-menu {position: relative;width: 100%;margin: 0;}

  .navbar-nav .open .dropdown-menu > li > a {line-height: 22px;}
  .navbar-nav .open .dropdown-menu {position: relative;width: 100%;margin: 0;left: 0;background: #404950;}
  .navbar-nav {margin: 8.25px 0;}
  
  .navbar-nav .dropdown.dropdown-depart ul.dropdown-menu.dropdown-menu-depart li a.depart{display:block;}

  .dropdown-submenu > a:after {display: none;}
  .dropdown:not(.open):hover > .dropdown-menu {display: none;}

  .navbar .navbar-collapse {position: fixed;top: 60px;overflow: auto;z-index: 1025;background: #fff;box-shadow: 10px 0 10px rgba(0, 0, 0, 0.06);max-height: inherit;height: 100vh;transition: .5s;width: 50%;margin-left: -60%;margin-right: 0;display: block;}
  .navbar .navbar-collapse > ul.navbar-nav {margin: 15px 0;}
  .navbar .navbar-collapse > ul.navbar-nav > li {margin-bottom: 2px;}
  .navbar .navbar-collapse > ul.navbar-nav li > a b.caret {position: absolute;right: 15px;top: 50%;margin-top: -2px;}
  .navbar .navbar-collapse > ul.navbar-nav li ul.dropdown-menu {border-radius: 0;}
  .navbar .navbar-collapse.active {display: block;margin-left: -15px;}
  .navbar .navbar-collapse-bg {position: fixed;top: 60px;overflow: hidden;z-index: 1020;background: rgba(0,0,0,.2);height: 100vh;width: 100%;display: block;}

  .navbar-form {margin: 0;border-top: none;border-bottom: none;}
  .navbar-userinfo {padding: 0;}
  .navbar-userinfo > a {height: 50px;}

  .navbar .form-search input[type=search] {position: relative;width: 100%;border: 1px solid #ddd;}
  .navbar .form-search input[type=search]:focus {width: 100%;}

  .swiper-button-prev,.swiper-button-next{display: none;}

  .h-fastlink .item{ margin-bottom: 15px}

  .importantdepart{flex-wrap: wrap;}
  .importantdepart li{ width:25%;flex-basis: auto;}
  .importantdepart li a{padding:15px 7px 10px 7px;}
  .importantdepart li a .img{margin-bottom:10px;}
  .importantdepart .ul_top_box{padding:10px;}
  .importantdepart .ul_top_box h2{font-size: 16px;padding:10px 0; margin: 0;}
  .importantdepart .ul_top_box h4{font-size: 11px;padding:4px 0; margin: 0;color: #ddd;}
  .importantdepart li:nth-last-child(2){display: block;}
  .importantdepart li:nth-last-child(1){display: block;}

  .index-ul{padding: 0;margin: 0 -15px; line-height: 35px;}
  .index-ul .panel-body{padding-top: 15px;}
  .index-ul li{border-bottom: 1px solid rgba(125,125,125,.1);padding-bottom:5px; margin-bottom: 10px;}
  .index-ul li:last-child{display: block;}
  .index-ul a{width:100%;}
  .index-ul a .fa{display:none;}
  .index-ul a .img{display: block;position:absolute;width:50px;height:50px;border: 1px solid rgba(125,125,125,.3); border-radius: 4px; background-size: 100% 100%;}
  .index-ul a .title{padding-left:60px; line-height:120%;}
  .index-ul li a h3{font-size: 14px;  height: 44px;}
  .index-ul li a span{line-height: 28px;}

  .index-ul .description{display: block;padding:0 40px 0 60px;font-size:12px;min-height: 35px;overflow: hidden;  white-space: nowrap;text-overflow:ellipsis;text-overflow-ellipsis: "";color: rgba(0,0,0,.4);}
  .index-ul .time{position: absolute;right:0;bottom: 5px}

  /*栏目页banner*/
  .sub-banner{display:none;}

  .panel-heading .channellist a{ margin:0 5px;}
  .panel-default > .panel-heading .more{display: none;}

  .product-item .card .thumb .quickview-link {opacity: 1;visibility: visible;transform: scale(1);-webkit-transform: scale(1);}
  .product-item .card .thumb > .quickview-link .fa{font-size: 40px;}

  .depart-list .media .media-left{padding:15px 0;}
  .depart-list .media .media-left a img{height:34px;}
  .depart-list .media .media-left a .article-title{padding-top: 10px;font-size: 1.0em;}

  .entry-meta-disease .product-item .card{height:auto;min-height:auto; margin-bottom:15px;}

  .footer-inner {padding: 0 0 100px 0; text-align: center}

  .footer-btn{display: block; position: fixed;bottom:0;width:100%;box-shadow: 0px -10px 15px rgba(255,255,255,.2);}
  .footer-btn a{display:block;width:20%;float:left; box-sizing:border-box; border-right: 1px solid rgba(255,255,255,.1);  padding: 10px 0 5px 0;background-color: rgba(48,138,226,1);color: #fff;font-size: 12px; text-align: center}
  .footer-btn a:last-child{border-right: none;}
  .footer-btn a .fa{width:100%;font-size: 20px;}

  .footer-btn .phone{position: relative;}
  .footer-btn .phone .phone-box{width:86px;margin:0 auto;text-align:center;position: relative;}
  .footer-btn .phone .fa{position: absolute;left:0;bottom:0px;box-sizing:border-box; border: 5px solid rgba(48,138,226,1); background:#f4f5f6;font-size: 40px; color:  rgba(255, 144, 114,1);
    -webkit-animation: spin .2s linear infinite;animation: spin .2s linear infinite;
  }
  .footer-btn .phone .fa-phone{border-radius: 9999%; line-height: 76px;}
  @keyframes spin {
    0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(10deg);}
    100%{-webkit-transform:rotate(0deg);}
  }
  .footer-btn .phone span{display:block;padding-top: 21px;}

}
